View on GitHub
View on GitHub
FluxBase
Provides core types and functionality to implement applications using Flux architecture with .NET.
FluxBase
/
IMiddleware<TAction>
/ Handle(IMiddlewareContext<TAction>) Method
Handles a currently executing dispatch.
void
Handle
(
IMiddlewareContext
<
TAction
>
context
)
Parameters
context
IMiddlewareContext<TAction>
The context of the current dispatch.
See Also
FluxBase
IMiddleware<TAction>